runtime.fixalloc.alloc (method)

14 uses

	runtime (current package)
		malloc.go#L537: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L604: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L612: 		userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L711: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L714: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mcache.go#L89: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
		mgc.go#L1908: 		s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
		mheap.go#L1111: 		return (*mspan)(h.spanalloc.alloc())
		mheap.go#L1117: 			pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
		mheap.go#L1964: 	s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
		mheap.go#L2152: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2250: 	s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
		pinner.go#L331: 		rec = (*specialPinCounter)(mheap_.specialPinCounterAlloc.alloc())